Conversation
8d64f35 to
e8f6768
Compare
e8f6768 to
df897ae
Compare
df897ae to
da8ba7d
Compare
da8ba7d to
92ef78c
Compare
92ef78c to
de19a1e
Compare
de19a1e to
6bad5c2
Compare
6bad5c2 to
16f9d0a
Compare
16f9d0a to
8a40aef
Compare
8a40aef to
3694578
Compare
3694578 to
196e295
Compare
196e295 to
79c5872
Compare
79c5872 to
57ead94
Compare
57ead94 to
8b6592a
Compare
8b6592a to
6c1fe98
Compare
947dc6e to
ac92460
Compare
ac92460 to
92fbfaa
Compare
92fbfaa to
f599565
Compare
f599565 to
fbf8aba
Compare
fbf8aba to
4da31d5
Compare
4da31d5 to
d76737d
Compare
d76737d to
d650b8c
Compare
d650b8c to
ca6e44f
Compare
ca6e44f to
9a29b11
Compare
9a29b11 to
135742e
Compare
135742e to
c0d7e8e
Compare
c0d7e8e to
e39d2da
Compare
e39d2da to
f5f76fd
Compare
f5f76fd to
4cd8914
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@lynx-js/react@0.108.0
Minor Changes
Reverts fix(react/runtime): batch multiple patches for main thread communication #239: "batch multiple patches for main thread communication" (#649)
This reverts the change that batched updates sent to the main thread in a single render pass.
Patch Changes
Add support for batch rendering in
<list>with async resolution of sub-tree properties and element trees. (#624)Use the
experimental-batch-render-strategyattribute of<list>:rename @lynx-js/test-environment to @lynx-js/testing-environment (#704)
Auto import
@lynx-js/react/experimental/lazy/importwhen usingimport(url)(#667)Auto import
@lynx-js/react/experimental/lazy/importwhen using<component is={url} />(#666)Fixed a race condition when updating states and GlobalProps simultaneously. (#707)
This fix prevents the "Attempt to render more than one
<page />" error from occurring during normal application usage.Fix error like
Unterminated string constantwhen using multi-line JSX StringLiteral. (#654)@lynx-js/testing-environment@0.1.0
Minor Changes
"type": "module". (#703)Patch Changes
@lynx-js/web-platform-rsbuild-plugin@0.1.0
Minor Changes
feat: add new parameter
nativeModulesPathtopluginWebPlatform({}). (#668)After this commit, you can use
nativeModulesPathto package custom nativeModules directly into the worker, and no longer need to passnativeModulesMapto lynx-view.Here is an example:
native-modules.ts:feat: Provides Rsbuild plugin for Web projects in Lynx Web Platform, currently supports polyfill about lynx. (#606)
@lynx-js/rspeedy@0.9.4
Patch Changes
Bump Rsbuild v1.3.17 with Rspack v1.3.9. (#708)
Support
performance.profile. (#691)Support CLI flag
--modeto specify the build mode. (#723)Enable native Rsdoctor plugin by default. (#688)
Set
tools.rsdoctor.experiments.enableNativePlugintofalseto use the old JS plugin.See Rsdoctor - 1.0 for more details.
Bump Rsbuild v1.3.14 with Rspack v1.3.8. (#630)
@lynx-js/react-rsbuild-plugin@0.9.9
Patch Changes
Fix runtime error: "SyntaxError: Identifier 'i' has already been declared". (#651)
Enable runtime profiling when
performance.profileis set to true. (#722)fix: resolve page crash on development mode when enabling
experimental_isLazyBundle: true(#653)Support
@lynx-js/reactv0.108.0. (#649)Updated dependencies [
ea4da1a,ca15dda,f8d369d,ea4da1a]:@lynx-js/tailwind-preset@0.0.3
Patch Changes
hidden,no-underlineandline-throughutilities. (#745)@lynx-js/offscreen-document@0.0.2
Patch Changes
@lynx-js/web-constants@0.13.1
Patch Changes
feat: support touch events for MTS (#641)
now we support
Updated dependencies []:
@lynx-js/web-core@0.13.1
Patch Changes
fix: some inline style properties cause crash (#647)
add support for the following css properties
feat: support touch events for MTS (#641)
now we support
feat: add SystemInfo.screenWidth and SystemInfo.screenHeight (#641)
Updated dependencies [
c9ccad6,9ad394e,f4cfb70,c9ccad6,839d61c]:@lynx-js/web-elements@0.7.1
Patch Changes
fix(web): x-swiper-item threshold updated to 20 (#639)
fix: In React19, setter and getter functions are treated as properties, making it impossible to retrieve the current value via attributes. (#639)
@lynx-js/web-explorer@0.0.7
Patch Changes
feat: use nativeModulesPath instead of nativeModulesMap to lynx-view. (#668)
fix: fork @vant/touch-emulator and make it work with shadowroot (#662)
fix: loading errors caused by script import order (#665)
chore: update homepage (#645)
@lynx-js/web-mainthread-apis@0.13.1
Patch Changes
fix: some inline style properties cause crash (#647)
add support for the following css properties
feat: support touch events for MTS (#641)
now we support
Updated dependencies [
c9ccad6]:@lynx-js/web-worker-runtime@0.13.1
Patch Changes
feat: support for using
lynx.queueMicrotask. (#702)feat: support touch events for MTS (#641)
now we support
feat: provide comments for
@lynx-js/web-platform-rsbuild-plugin. (#668)Updated dependencies [
c9ccad6,9ad394e,c9ccad6]:@lynx-js/react-webpack-plugin@0.6.13
Patch Changes
feat: add
experimental_isLazyBundleoption, it will disable snapshot HMR for standalone lazy bundle (#653)Add the
profileoption to control whether__PROFILE__is enabled. (#722)Support
@lynx-js/reactv0.108.0. (#649)@lynx-js/runtime-wrapper-webpack-plugin@0.0.10
Patch Changes
experimental_isLazyBundleoption, it will disable lynxChunkEntries for standalone lazy bundle (#653)create-rspeedy@0.9.4
@lynx-js/react-alias-rsbuild-plugin@0.9.9
upgrade-rspeedy@0.9.4
@lynx-js/web-worker-rpc@0.13.1